<!DESCRIPTION>This script is a good example of the use of binary operations with check boxes to obtain a single number which is the binary representation of the selected check boxes. There is also a button to show you your selections in text form. <!/DESCRIPTION>
<!CATEGORY>Forms<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL BINARY OPERATORS AND CHECKBOX:
1. Copy code into the body section of document -->
<!-- STEP ONE: Add this code into BODY section of document -->
<BODY>
<!-- Original: Victor Cuervo (victor@aulambra.com ) -->